﻿2026-07-08T22:40:53.2507274Z ##[group]Run actions/checkout@v5
2026-07-08T22:40:53.2508057Z with:
2026-07-08T22:40:53.2508619Z   repository: SaberMage/spt-core
2026-07-08T22:40:53.2513996Z   token: ***
2026-07-08T22:40:53.2514556Z   ssh-strict: true
2026-07-08T22:40:53.2515111Z   ssh-user: git
2026-07-08T22:40:53.2515693Z   persist-credentials: true
2026-07-08T22:40:53.2516347Z   clean: true
2026-07-08T22:40:53.2516955Z   sparse-checkout-cone-mode: true
2026-07-08T22:40:53.2517625Z   fetch-depth: 1
2026-07-08T22:40:53.2518164Z   fetch-tags: false
2026-07-08T22:40:53.2518744Z   show-progress: true
2026-07-08T22:40:53.2519306Z   lfs: false
2026-07-08T22:40:53.2519824Z   submodules: false
2026-07-08T22:40:53.2520409Z   set-safe-directory: true
2026-07-08T22:40:53.2521086Z env:
2026-07-08T22:40:53.2521624Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-08T22:40:53.2522329Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-08T22:40:53.2522983Z ##[endgroup]
2026-07-08T22:40:53.4395236Z Syncing repository: SaberMage/spt-core
2026-07-08T22:40:53.4397019Z ##[group]Getting Git version info
2026-07-08T22:40:53.4397897Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-08T22:40:53.4658744Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T22:40:53.4887495Z git version 2.43.0.windows.1
2026-07-08T22:40:53.4914315Z ##[endgroup]
2026-07-08T22:40:53.4922693Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8342bcb4-223f-467d-919a-8b11de3f2be4\.gitconfig'
2026-07-08T22:40:53.4935943Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8342bcb4-223f-467d-919a-8b11de3f2be4' before making global git config changes
2026-07-08T22:40:53.4937765Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T22:40:53.4941093Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T22:40:53.6438983Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-08T22:40:53.6674375Z https://github.com/SaberMage/spt-core
2026-07-08T22:40:53.6701347Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T22:40:53.6705397Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T22:40:53.6931574Z refs/heads/main
2026-07-08T22:40:53.6956219Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-08T22:40:53.7399490Z HEAD is now at 0f0bc6e docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:53.8878411Z ##[endgroup]
2026-07-08T22:40:53.8881192Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-08T22:40:55.5332057Z ##[group]Cleaning the repository
2026-07-08T22:40:55.5336568Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-08T22:41:03.5635713Z Removing .adapter-notify/
2026-07-08T22:41:03.5636286Z Removing target/
2026-07-08T22:41:03.5669334Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-08T22:41:03.6432629Z HEAD is now at 0f0bc6e docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:41:03.6456265Z ##[endgroup]
2026-07-08T22:41:03.6459948Z ##[group]Disabling automatic garbage collection
2026-07-08T22:41:03.6464908Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-08T22:41:03.6732452Z ##[endgroup]
2026-07-08T22:41:03.6732830Z ##[group]Setting up auth
2026-07-08T22:41:03.6739729Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T22:41:03.8136497Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T22:41:04.2258175Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T22:41:04.2507200Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T22:41:04.7975188Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T22:41:04.8219009Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T22:41:05.4897682Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-08T22:41:05.5250159Z ##[endgroup]
2026-07-08T22:41:05.5250793Z ##[group]Fetching the repository
2026-07-08T22:41:05.5261883Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e9ac0c08df00198101ab070db5c7d9288a2cf5a2:refs/remotes/pull/61/merge
2026-07-08T22:41:06.8113361Z From https://github.com/SaberMage/spt-core
2026-07-08T22:41:06.8113791Z  * [new ref]         e9ac0c08df00198101ab070db5c7d9288a2cf5a2 -> pull/61/merge
2026-07-08T22:41:06.9201130Z ##[endgroup]
2026-07-08T22:41:06.9201492Z ##[group]Determining the checkout info
2026-07-08T22:41:06.9202561Z ##[endgroup]
2026-07-08T22:41:06.9208409Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-08T22:41:06.9562296Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-08T22:41:06.9851996Z ##[group]Checking out the ref
2026-07-08T22:41:06.9857306Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/61/merge
2026-07-08T22:41:07.1536453Z Previous HEAD position was 0f0bc6e docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:41:07.1537056Z HEAD is now at e9ac0c0 Merge a05d4ff67e1544aa66b31642f325746975f64673 into 0f0bc6e75d00363bda0b4dfdd9eb63e96424ee7b
2026-07-08T22:41:07.1560211Z ##[endgroup]
2026-07-08T22:41:07.3038083Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-08T22:41:07.6737323Z e9ac0c08df00198101ab070db5c7d9288a2cf5a2
